home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS13.ADF / FutureSound / future.i < prev    next >
Text File  |  1986-08-05  |  2KB  |  55 lines

  1.  
  2. ******************************************************************
  3. *                                                                *
  4. * FUTURE.I                                                       *
  5. *                                                                *
  6. * Copyright (C) 1985, Commodore Amiga Inc.  All rights reserved. *
  7. *                                                                *
  8. * Portions copyright 1986 Applied Vision, 15 Oak Ridge Road,     *
  9. *  Medford, Mass. 02155 (617) 488-3602                           *
  10. *                                                                *
  11. ******************************************************************
  12.  
  13. *****************************************************************
  14. *
  15. * future.i -- external declarations for Future Sound library
  16. *
  17. * SOURCE CONTROL
  18. * ------ -------
  19. * $Header: ramlib.i,v 31.1 86/06/20 18:54:00 jjf Exp $
  20. *
  21. * $Locker: john foust $
  22. *
  23. *****************************************************************
  24.  
  25.  
  26. ;-----------------------------------------------------------------------
  27. ;
  28. ; library function definitions
  29. ;
  30. ;-----------------------------------------------------------------------
  31.  
  32.     LIBINIT
  33.     LIBDEF      FSPLAY
  34.     LIBDEF      MLFUNC1
  35.  
  36. ;-----------------------------------------------------------------------
  37. ;
  38. ; library data structures
  39. ;
  40. ;------------------------------------------------------------------------
  41.  
  42.     STRUCTURE MyLib,LIB_SIZE
  43.         ULONG   ml_SysLib
  44.         ULONG   ml_DosLib
  45.         ULONG   ml_SegList
  46.         UBYTE   ml_Flags
  47.         UBYTE   ml_pad
  48.         LABEL   MyLib_Sizeof
  49.  
  50.  
  51. FSLIBNAME       MACRO
  52.                 DC.B    'future.library',0
  53.                 ENDM
  54.  
  55.